Visual Studio builds: Update gsk project
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 16 Jan 2017 05:47:21 +0000 (13:47 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 16 Jan 2017 05:47:21 +0000 (13:47 +0800)
Another Vulkan renderer source was added, so include them in the builds.

win32/vs12/gsk-4.vcxproj.filtersin
win32/vs12/gsk-4.vcxprojin

index 2c9eaa3ae3c6b883f23c8e0e2ec9da276e054ce2..6b1fb7dc181e5a787d02a4be882258ffc2268109 100644 (file)
@@ -21,6 +21,7 @@
   <ItemGroup>
 #include "gsk-4.vs12.sourcefiles.filters"
    <ClCompile Include="..\..\gsk\gskvulkanblendpipeline.c"><Filter>Source Files</Filter></ClCompile>
+   <ClCompile Include="..\..\gsk\gskvulkanborderpipeline.c"><Filter>Source Files</Filter></ClCompile>
    <ClCompile Include="..\..\gsk\gskvulkanbuffer.c"><Filter>Source Files</Filter></ClCompile>
    <ClCompile Include="..\..\gsk\gskvulkanclip.c"><Filter>Source Files</Filter></ClCompile>
    <ClCompile Include="..\..\gsk\gskvulkancolorpipeline.c"><Filter>Source Files</Filter></ClCompile>
index 596c456f9a6c5073d145ef97b4f9d31499afcd4e..bdad39881bd8a8a366c6d0d2c5f01c7284960688 100644 (file)
      <ExcludedFromBuild Condition="'$(Configuration)'=='Debug'">true</ExcludedFromBuild>
      <ExcludedFromBuild Condition="'$(Configuration)'=='Release'">true</ExcludedFromBuild>
    </ClCompile>
+   <ClCompile Include="..\..\gsk\gskvulkanborderpipeline.c">
+     <ExcludedFromBuild Condition="'$(Configuration)'=='Debug'">true</ExcludedFromBuild>
+     <ExcludedFromBuild Condition="'$(Configuration)'=='Release'">true</ExcludedFromBuild>
+   </ClCompile>
    <ClCompile Include="..\..\gsk\gskvulkanbuffer.c">
      <ExcludedFromBuild Condition="'$(Configuration)'=='Debug'">true</ExcludedFromBuild>
      <ExcludedFromBuild Condition="'$(Configuration)'=='Release'">true</ExcludedFromBuild>